Occurs after a reference between documents has been manually deleted by a user.
Syntax
DocGenericEvent_AfterDeleteReference(Batch, RefType, TargetDocument, [RefDisplayName])
Name | Description |
---|---|
Batch |
An object that represents the batch of documents the user has selected. |
RefType |
Name of the reference type assigned to the reference. |
TargetDocument |
Document object to which the reference was made. |
RefDisplayName |
Name that was assigned to the reference. |
Remarks
If the Batch.Abort method was called in the DocGenericEvent_BeforeDeleteReference event from the Meridian Web Client, the reference was not be deleted.
Related concepts